classic
Namespace
canopyFunctions and values
Function or value | Signature | Description | |
---|---|---|---|
# | ( != ) cssSelector value | cssSelector:'a -> value:string -> unit | CompiledName: |
# | ( !=~ ) cssSelector pattern | cssSelector:'a -> pattern:string -> unit | CompiledName: |
# | ( !^ )(u) | u:string -> unit | CompiledName: |
# | ( *!= ) cssSelector value | cssSelector:string -> value:string -> unit | CompiledName: |
# | ( *= ) cssSelector value | cssSelector:string -> value:string -> unit | CompiledName: |
# | ( *~ ) cssSelector pattern | cssSelector:string -> pattern:string -> unit | CompiledName: |
# | ( --> ) cssSelectorA cssSelectorB | cssSelectorA:string -> cssSelectorB:string -> unit | CompiledName: |
# | ( << ) item text | item:'a -> text:string -> unit | CompiledName: |
# | ( <<< ) item text | item:'?20239 -> text:string -> unit | CompiledName: |
# | ( == ) item value | item:'a -> value:string -> unit | CompiledName: |
# | ( === ) expected actual | expected:'b -> actual:'b -> unit | CompiledName: |
# | ( =~ ) cssSelector pattern | cssSelector:'a -> pattern:string -> unit | CompiledName: |
# | acceptAlert() | unit -> unit | |
# | addFinder(finder) | finder:(string -> ('a -> ReadOnlyCollection<IWebElement>) -> IWebDriver -> IWebElement list) -> unit | |
# | alert() | unit -> IAlert | |
# | aurora | BrowserStartMode | |
# | back | Navigate | |
# | browser | IWebDriver | |
# | browsers | IWebDriver list | |
# | check(item) | item:'a -> unit | |
# | chrome | BrowserStartMode | |
# | chromium | BrowserStartMode | |
# | clear(item) | item:'a -> unit | |
# | click(item) | item:'a -> unit | |
# | closeTab(number) | number:int -> unit | |
# | contains value1 value2 | value1:string -> value2:string -> unit | |
# | containsInsensitive value1 value2 | value1:string -> value2:string -> unit | |
# | count cssSelector count' | cssSelector:string -> count':int -> unit | |
# | css | string -> string | |
# | ctrlClick(item) | item:'a -> unit | |
# | currentUrl() | unit -> string | |
# | describe(text) | text:string -> unit | |
# | deselected(item) | item:'a -> unit | |
# | disabled(item) | item:'a -> unit | |
# | dismissAlert() | unit -> unit | |
# | displayed(item) | item:'a -> unit | |
# | doubleClick(item) | item:'a -> unit | |
# | down | string | |
# | drag cssSelectorA cssSelectorB | cssSelectorA:string -> cssSelectorB:string -> IWebDriver -> unit | |
# | edgeBETA | BrowserStartMode | |
# | element(cssSelector) | cssSelector:string -> IWebElement | |
# | elementWithText cssSelector regex | cssSelector:string -> regex:string -> IWebElement | |
# | elementWithin cssSelector elem | cssSelector:string -> elem:IWebElement -> IWebElement | |
# | elements(cssSelector) | cssSelector:string -> IWebElement list | |
# | elementsWithText cssSelector regex | cssSelector:string -> regex:string -> IWebElement list | |
# | elementsWithin cssSelector elem | cssSelector:string -> elem:ISearchContext -> IWebElement list | |
# | enabled(item) | item:'a -> unit | |
# | enter | string | |
# | esc | string | |
# | fadedIn(cssSelector) | cssSelector:string -> 'a -> bool | |
# | failsWith(message) | message:string -> unit | |
# | failureMessage | string | |
# | fastTextFromCSS(selector) | selector:string -> string list | |
# | firefox | BrowserStartMode | |
# | first(cssSelector) | cssSelector:string -> IWebElement | |
# | forward | Navigate | |
# | highlight(cssSelector) | cssSelector:string -> unit | |
# | hover(selector) | selector:string -> unit | |
# | ie | BrowserStartMode | |
# | is expected actual | expected:'?20276 -> actual:'?20276 -> unit | |
# | jquery | string -> string | |
# | js(script) | script:string -> obj | |
# | label | string -> string | |
# | last(cssSelector) | cssSelector:string -> IWebElement | |
# | left | string | |
# | navigate(direction) | direction:Navigate -> unit | |
# | notContains value1 value2 | value1:string -> value2:string -> unit | |
# | notDisplayed(item) | item:'a -> unit | |
# | nth index cssSelector | index:int -> cssSelector:string -> IWebElement | |
# | on(u) | u:string -> unit | |
# | onn(u) | u:string -> unit | |
# | parent(elem) | elem:IWebElement -> IWebElement | |
# | pin(direction) | direction:direction -> unit | |
# | positionBrowser left top width height | left:int -> top:int -> width:int -> height:int -> unit | |
# | press(key) | key:string -> unit | |
# | puts(text) | text:string -> IWebDriver -> unit | |
# | quit(browser) | browser:'a6 -> unit | |
# | read(item) | item:'a -> string | |
# | reload() | unit -> unit | |
# | resize(arg1, arg2) | (int * int) -> unit | |
# | right | string | |
# | rightClick(item) | item:'a -> unit | |
# | rotate() | unit -> unit | |
# | safari | BrowserStartMode | |
# | screenshot directory filename | directory:string -> filename:string -> byte [] | |
# | searchedFor | (string * string) list | |
# | selected(item) | item:'a -> unit | |
# | shiftClick(item) | item:'a -> unit | |
# | skip(message) | message:string -> '?20336 | |
# | sleep(seconds) | seconds:'a -> unit | |
# | someElement(cssSelector) | cssSelector:string -> IWebElement option | |
# | someElementWithin cssSelector elem | cssSelector:string -> elem:ISearchContext -> IWebElement option | |
# | someParent(elem) | elem:ISearchContext -> IWebElement option | |
# | start(b) | b:BrowserStartMode -> unit | |
# | switchTo(b) | b:IWebDriver -> unit | |
# | switchToTab(number) | number:int -> unit | |
# | tab | string | |
# | text | string -> string | |
# | tile(browsers) | browsers:IWebDriver list -> unit | |
# | title() | unit -> string | |
# | uncheck(item) | item:'a -> unit | |
# | unreliableElement(cssSelector) | cssSelector:string -> IWebElement | |
# | unreliableElements(cssSelector) | cssSelector:string -> IWebElement list | |
# | unreliableElementsWithin(...) | cssSelector:string -> elem:ISearchContext -> IWebElement list | |
# | up | string | |
# | url(u) | u:string -> unit | |
# | value | string -> string | |
# | waitFor | (unit -> bool) -> unit | |
# | waitFor2 message f | message:string -> f:(unit -> bool) -> unit | |
# | waitForElement(cssSelector) | cssSelector:string -> unit | |
# | xpath | string -> string |